home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 09 - 1993 / 09.06 Jun 93 / Dragging Lists / Read Me < prev    next >
Encoding:
Text File  |  1993-05-04  |  507 b   |  10 lines  |  [TEXT/ttxt]

  1. While preparing the "Dragging Lists" project for the source disk, I discovered a problem in one of my MPW interface files.  Your copy of MPW may have the same problem.  In the "Types.p" interface file, you'll find the following code,
  2.  
  3. {$IFC UNDEFINED SystemSixOrLater}
  4. {$SETC SystemSixOrLaterr := SystemSevenOrLater}
  5. {$ENDC}
  6.  
  7. Notice that 'SystemSixOrLaterr' has an extra 'r' at the end.  I simply deleted it and saved the file.  This eliminated the compile errors I was getting.
  8.  
  9. Don Bresee
  10. Technical Editor